home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / graph3D / graph3D source / READ_ME < prev   
Text File  |  1993-09-17  |  1KB  |  25 lines

  1. graph3D
  2. chris@carnival.lbl.gov (Chris Moll)
  3.  
  4. Herein find the C source for a 3D graphing program I wrote
  5. some time ago.
  6.     The program demostrates how to do non-perspective 3D
  7. plotting and mathematical expression parsing.  All math is
  8. floating point, though some of the code for fixed point math
  9. remains.  It is not particularly well commented, since I never
  10. wrote it for other eyes; in most cases I was interested soley
  11. in speed, not readability.  Feel free to send me any questions,
  12. though I don't guaruntee useful answers.
  13.     Since this program was mostly an experiment, it is guilty
  14. of some unfortunate behavior, such as writing directly to the
  15. screen buffer; I don't nescessarily encourage anyone to emulate
  16. my examples in this regard.
  17.     I've retained the copyright; feel free to steal ideas at
  18. whim.  If you extract significant sections of code unchanged,
  19. copy the copyright message at the top of each file.
  20.     This version incorporates the ability to read the files
  21. generated by Dave Platt's MandelZot program and plot them as
  22. landscapes.
  23.     This version compiles in ThinkC5.03, the latest version in
  24. my possesion.
  25.